header {
    border-top: 5px solid #0080c7;
}
.fd {
    position: relative;
}
.ooo {
    position: absolute;
    right: -220px;
    top: 35px;
}
.ooo span {
    color: #0089d6;
    font-weight: bold;
}
.mktg-topbar.transparent {
    /*background-color: transparent;*/
}
.mktg-topbar {
    -webkit-transition: .2s;
    transition: .2s;
}
.mktg-topbar>div>section>ul {
    text-align: center;
}
.mktg-topbar>div>section>ul>li {
    position: relative;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    height: 100%;
}
.mktg-topbar>div>section>ul>li>a {
    display: block;
    position: relative;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);

}
.hvr-line {
    color: #666666;
    padding: 35px 20px 15px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
}
.hvr-line:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #f3970d;
    height: 3px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.active .hvr-line:before,
.hvr-line:active:before,
.hvr-line:focus:before,
.hvr-line:hover:before {
    left: 0;
    right: 0;
    color: #333333;
}
.nav-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 51px;
    height: 40px;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../images/hamburger.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #0080c7;
    margin-top: 30px;
}
.nav-collapse.disable-pointer-events {
    pointer-events: none !important;
}

footer {
    background-color: #323639;
}
footer .info {
    position: relative;
    padding: 30px 0px 19px 50px;
}
.footer_f {
    width: 206px;
    position: absolute;
    right: -30px;
    top: 0px;
}
.footer_up {
    width: 100%;
    height:40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #0080c7;
}
.footer_down {
    background-color: #3d4144;
    text-align: center;
    padding: 10px 0px 0;
}
.footer_down img {
    width: 80px;
}
.footer_down p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-top: 8px;
}
.footer_d {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 6px;
}
.footer_d img {
    margin-right: 12px;
}
.footer_c{
    width: 100%;
}
.footer_l {
    width: 45%;
    float: left;
    margin-top: 20px;
}
.footer_l p {
    font-size: 14px;
    color: #696969;
    line-height: 24px;
}
.footer_l p span {
    color: #4a4a4a;
    margin-left: 33px;
}
.footer_r {
    float: left;
    padding-left: 50px;
    border-left: 1px solid #46484a;
    position: relative;
}
.footer_r p {
    font-size: 24px;
    color: #bbb;
    position: absolute;
    top: -40px;
}

/* home */
.business {
    margin-top: 98px;
}
.container_title {
    font-size: 36px;
    color: #474747;
    text-align: center;
}
.container_title_en {
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.container_photo {
    margin: 5px auto 33px;
    max-width: 274px;
}
.business .col-md-3 {
    width: 290px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #ebebeb;
    margin-right: 13px;
    animation-delay: .3s;
}
.business .col-md-3:nth-child(2) {
    animation-delay: .5s;
}
.business .col-md-3:nth-child(3) {
    animation-delay: .7s;
}
.business .col-md-3:nth-child(4) {
    margin-right: 0;
    animation-delay: .9s;
}
.business_photo {
    overflow: hidden;
}
.business_photo img {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.business .col-md-3:hover img {
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}
.business_text {
    padding:15px 0px 18px 22px;
}
.business_tl {
    font-size: 22px;
    color: #666666;
    letter-spacing: 3px;
}
.business_tl a {
    color: #666666;
}
.business .col-md-3:hover .business_tl {
    color: #f3970d;
}
.business_tl span {
    font-size: 12px;
    color: #999999;
    letter-spacing: initial;
}
.business_tl a span {
    color: #999999;
}
.business_t2 {
    margin: 15px 0 20px;
    list-style-type: none !important;
}
.business_t2 li {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    background-image: url(../images/y.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}
.business_t2 li p a {
    color: #666666;
}
.business_more {
    width: 73px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #999999;
    text-align: center;
}
.business .col-md-3:hover .business_more {
    width: 73px;
    height: 26px;
    line-height: 26px;
    background-color: #f3970d;
    border: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.business .col-md-3:hover .business_more a {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.business_more a {
    color: #999999;
    font-size: 12px;
}
.business .col-md-3:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.about {
    width: 100%;
    height: 508px;
    background-image: url(../images/gywm.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-top: 140px;
    margin-bottom: 35px;
}
.about_info {
    width: 1050px;
    height: 508px;
    background-image: url(../images/gywm_l.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -254px;
    left: 50%;
    margin-left: -525px;
    padding: 90px 38px 0px 82px;
}
.about_info .left {
    width: 280px;
    height: 51px;
    background-image: url(../images/l.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    position: absolute;
    left:40px;
    top:60px;
}
.about_info .right {
    width: 280px;
    height: 51px;
    background-image: url(../images/r.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    position: absolute;
    right:430px;
    bottom: 145px;
}
.about_text {
    float: left;
    color: #fff;
}
.about_text h1 {
    font-size: 36px;
}
.about_text p {
    max-width: 494px;
    font-size: 14px;
    line-height: 26px;
}
.about_photo {
    float: right;
}
.about_photo img {
    width: 350px;
    height: 221px;
    margin-top: 30px;
}
.about_more {
    width: 200px;
    height:50px;
    line-height: 50px;
    text-align: center;
    background-color: #f3970d;
    position: absolute;
    bottom: 66px;
}
.about_more a {
    color: #fff;
    font-size: 16px;
}

.resource_center {
    width: 100%;
    background-image: url(../images/zy.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-color: #fafafa;
    padding: 98px 0px 60px 0px;
}
.resource_center.typical_usera {
    padding: 60px 0px 60px 0px;
}
.resource_center.uk_news {
    padding: 60px 0px 0px 0px;
}
.resource_center_info {
    text-align: center;
}
.resource_center_info > ul {
    max-width: 265px;
    margin: 0 auto;
}
.resource_center_info > ul .active {
    color: #0071c3;
}
.resource_center_info > ul > li {
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    float: left;
    padding:0 30px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 32px;
}
.resource_center_info li + li {
    border-left: 1px solid #666666;
}
.resource_center_t {
    display: none;
    width: 93%;
    clear: both;
    margin: 0 auto;
}
.resource_center_t.active {
    display: block;
}
.zcfg {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/s.jpg);
    background-repeat: no-repeat;
    background-position: 49.95% center;
}
.zcfg li {
    line-height: 45px;
    width: 49%;
    padding-left: 40px;
    background-image: url(../images/zcfg.png);
    background-repeat: no-repeat;
    background-position: 16.5px center;
    border-bottom: 1px dashed #838383;
}
.zcfg li a {
    font-size: 14px;
    color: #838383;
}
.zcfg li:nth-child(2n-1) {
    float: left;
}
.zcfg li:nth-child(2n) {
    float: right;
}
.resource_more {
    width: 73px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #999999;
    text-align: center;
    margin: 52px auto 0px;
}
.resource_more a {
    color: #999999;
    font-size: 12px;
}
.resource_more:hover {
    width: 73px;
    height: 26px;
    line-height: 26px;
    background-color: #f3970d;
    border: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.resource_more:hover a {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.home_news {
    width: 100%;
    overflow: hidden;
}
.home_news_p {
    float: left;
    width: 49%;
    background-color: #d8ecff;
    position: relative;
}
.home_news_p .carousel .item {
    height: auto;
}
.home_news_p .item img {
    width: 434px;
    height: 279px;
}
.home_news_t {
    float: right;
    width: 49%;
}
.home_news_t li {
    width: 100%;
    line-height: 45px;
    padding-left: 40px;
    background-image: url(../images/zcfg.png);
    background-repeat: no-repeat;
    background-position: 16.5px center;
    border-bottom: 1px dashed #838383;
}
.home_news_t li a {
    font-size: 14px;
    color: #838383;
}
.home_news_date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0071c3;
    padding: 20px 2px 20px 6px;
    color: #fff;
    overflow: hidden;
    z-index: 100;
}
.home_news_date_l {
    font-size: 12px;
    float: left;
}
.home_news_date_l span {
    font-size: 24px;
}
.home_news_x {
    font-size: 40px;
    opacity: .27;
    float: left;
    margin: 0 6px;
}
.home_news_date_r {
    font-size: 40px;
    float: left;
}
.home_news_p .carousel-control {
    width: auto;
}
.home_news_p .left.carousel-control {
    left: 80.5%;
}
.home_news_p .glyphicon-chevron-left{
    width: 71px;
    height: 31px;
    background-image: url(../images/news_l.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 13px;
    top:30%;
}
.home_news_p .glyphicon-chevron-right{
    width: 71px;
    height: 31px;
    background-image: url(../images/news_r.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 21.5px;
}
.home_news_p .glyphicon-chevron-right:hover {
    background-image: url(../images/news_rs.png);
}
.home_news_p .glyphicon-chevron-left:hover {
    background-image: url(../images/news_ls.png);
}
.home_news_p .glyphicon-chevron-right:before,
.home_news_p .glyphicon-chevron-left:before {
    display: none;
}
.solution-recommend_photo {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    z-index: 1;
    /*display: none;*/
    overflow: hidden;
    color: #fff;
    text-indent: 8px;
}
.home_news_p:hover .solution-recommend_photo {
    display: block;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}


/* 关于我们 */
.page-banner {
    width: 100%;
    height: 297px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-banner.abouta {
    background-image: url(../images/side_about.jpg);
}


.uk_nav_c {
    zoom: 1;
}
.uk_nav {
    position: relative;
    height: 70px;
    overflow: hidden;
    line-height: 70px;
    font-size: 16px;
    float: left;
}
.uk_nav_up {
    min-width: 340px;
    float: right;
    line-height: 70px;
    font-size: 12px;
    color: #999999;
}
.uk_nav_up img {
    margin-right: 5px;
}
.uk_nav_up a {
    color: #cbcbcb;
}
.uk_nav li {
    float: left;
    display: inline;
    width: 122px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.uk_nav.products li {
    width: 185px;
}
.uk_nav li a {
    width: 100%;
    color: #666666;
}
.uk_nav a:hover {
    text-decoration: none;
}
#uk_nav_b {
    position: relative;
}
.uk_nav_hover a {
    display: inline-block;
    color: #fff !important;
}
#Menu {
    position: absolute;
    top: 0;
    width: 122px;
    height: 70px;
    line-height: 70px;
    background: url(../images/uk_navs.jpg) no-repeat 0 0;
}
.uk_nav.products #Menu {
    width: 185px;
    background: url(../images/uk_navs.jpg) no-repeat center center;
    background-color: #0d86ca;
}

.gg {
    width: 1200px;
    margin: 0 auto;
    /*padding-top: 66px;*/
    position: relative;
}
.elements {
    width: 479px;
    height:463px;
    position: absolute;
    top: -66px;
    right: -310px;
}
.gg > .container > h1 {
    font-size: 36px;
    color: #474747;
    padding-left: 27px;
    border-left: 6px solid #f3970d;
}
.gg > .container > h2 {
    font-size: 30px;
    line-height: 35px;
    color: #e8e8e8;
    padding-left: 27px;
}
.bwzk_container {
    width: 100%;
    overflow: hidden;
    margin: 60px auto 90px;
    position: relative;
    z-index: 2;
}
.bwzk_container.bk {
    margin: 0 auto;
}
.bwzk_container.outsourcing {
    margin: 28px auto 0;
}
.bwzk_container.h_products {
    margin: 42px auto 0;
}
.bwzk_container.typical_userb {
    margin: 10px auto 0;
}
.bwzk_container.resource_centera {
    margin: 0px auto;
}
.bwzk_l {
    float: left;
}
.bwzk_r {
    max-width: 570px;
    float: left;
    margin-left: 60px;
}
.bwzk_r p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.professional {
    width: 100%;
    background: url(../images/professional_bg.jpg) no-repeat 0 0 ;
    background-size: cover;
}
.professional .col-md-3 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    overflow: hidden;
}
.professional .col-md-3:hover img {
    /*opacity: 0.3;*/
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.professional .col-md-3 img {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    /*opacity: 1;*/
    -webkit-transition: opacity .3s,
    -webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity .3s,
    transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.context {
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}
.service {
    position: relative;
    top: 50%;
    display: inline-block;
    text-align: center;
    z-index: 9;
    margin-top: -58px;
}
.service_top {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
}
.service_top h1 {
    font-size: 26px;
    color: #e8e8e8;
    margin-top: 20px;
}
.service_sub {
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-top: 15px;
    /*padding-bottom: 90px;*/
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
}
.service_sub p {
    font-size: 18px;
    color: #fafafa;
    line-height: 34px;
}
.professional .col-md-3:hover .service_top {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
}
.professional .col-md-3:hover .service_sub {
    opacity: 1;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.service_more {
    width: 73px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e8e8e8;
    text-align: center;
    margin: 36px auto 0px;
}
.service_more a {
    width: 100%;
    display: block;
    color: #e8e8e8;
    font-size: 12px;
}
.service_more:hover {
    width: 73px;
    height: 26px;
    line-height: 26px;
    background-color: #f3970d;
    border: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.service_more:hover a {
    color: #fff;
}

/*　经营理念　*/
.management_idea {
    width: 100%;
}
.management_idea li {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.management_idea li {
    padding-bottom: 40px;
}
.management_idea li:nth-child(2n-1) .management_idea_text {
    float: left;
    padding: 30px 45px 0px 30px;
}
.management_idea li:nth-child(2n-1) .management_idea_photo {
    float: right;
    overflow: hidden;
}
.management_idea li:nth-child(2n) .management_idea_text {
    width: 33%;
    float: right;
    padding: 30px 45px 0px 30px;
}
.management_idea li:nth-child(2n) .management_idea_photo {
    float: left;
    overflow: hidden;
}
.management_idea li:last-child {
    padding-bottom: 0;
}
.management_idea_text h1 {
    font-size: 26px;
    line-height: 36px;
    color: #0d86ca;
}
.management_idea_text h2 {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    padding-bottom: 10px;
    background: url(../images/jyln_b.jpg) no-repeat left bottom ;
}
.management_idea_text p {
    max-width: 313px;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    margin-top: 16px;
}
.management_idea li:hover img {
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}
.management_idea li .management_idea_photo img {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.management_idea li:hover .management_idea_text p {
    color: #666666;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

/*诚聘英才*/
.bwzk_container .tb_hd {
    line-height: 45px;
    font-size: 18px;
    background-color:#fff;
    box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, .1);
}
.bwzk_container .tb_hd tr {
    color: #666666;
    line-height: 60px;
    font-size: 18px;
}
.bwzk_container table tr th:nth-child(1) {
    padding-left: 22px;
}
.bwzk_container table tr th {
    font-weight: normal;
}

.jyxx_info > li {
    overflow: hidden;
    line-height: 75px;
    /*border-bottom: 1px solid #e3e3e3;*/
}
.jyxx_info > li > div {
    float: left;
    font-size: 16px;
    color: #999999;
    border-bottom: 1px solid #e3e3e3;
}
.jyxx_info > li > div:nth-child(1) {
    padding-left: 22px;
}
.jyxx_info > .active div {
    color: #f3970d;
}
.recruit-yc-li {
    width: 100%;
    display: none;
    border-bottom: 1px solid #e3e3e3;
    padding: 25px 22px;
}
.recruit-yc-li p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
.recruit-yc-li p a {
    color: #0080c7;
}
/*联系我们*/
.m-contact-title {
    font-size: 18px;
    color: #494949;
    line-height: 24px;
}
.m-contact-english {
    font-size: 14px;
    color: #494949;
    line-height: 24px;
}
.uk-contact-map {
    width: 100%;
    margin-top: 28px;
    margin-bottom: 25px;
}
.my-service-map {
    width: 49%;
    height: 330px;
    border: none;
    float: left;
}
.m-contact-left {
    float: right;
    width: 45%;
}
.m-contact-right {
    width: 100%;
    clear: both;
    margin-top: 30px;
}
.m-contact-title-one {
    font-size: 18px;
    color: #494949;
    line-height: 24px;
}
.m-contact-title-two {
    font-size: 14px;
    color: #494949;
    line-height: 24px;
}
.m-contact-text {
    margin-top: 20px;
}
.m-contact-text p {
    color: #494949;
    font-size: 14px;
    margin-bottom: 28px;
}
.m-contact-text p a {
    color: #494949;
}
.m-contact-text p a:hover {
    color: #0080c7;
    text-decoration: underline;
}
.m-contact-text p img {
    margin-right: 15px;
}

#contact-form {
    width: 100%;
    margin-top: 20px;
}
.register {
    float: left;
    line-height: 24px;
    overflow: hidden;
    width: 31.1%;
}
.register + .register {
    margin-left: 40px;
}
.register_text {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background-color: #f2f2f2;
    border: none;
    outline: none;
    color: #999999;
    font-size: 14px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(153, 153, 153, .5)
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(153, 153, 153, .5)
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(153, 153, 153, .5)
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(153, 153, 153, .5)
}
.contact__fieldas {
    width: 100%;
    height: 145px;
    font-size: 14px;
    background-color: #f2f2f2;
    padding-left: 10px;
    padding-top: 15px;
    border: none;
    margin-top: 20px;
    outline:none
}
.group #submit {
    font-size: 14px;
    width: 118px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: none;
    outline: none;
    background-color: #f3970d;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
    float: right;
}
/*档案整理*/
.outsourcing_title {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background: url(../images/outsourcing_title.jpg) no-repeat center top;
    padding-top: 28px;
}
.outsourcing_info {
    width: 83.3%;
    margin: 0 auto;
    overflow: hidden;
}
.outsourcing_info ul,
.outsourcing_info ol {
    list-style: disc;
}
.outsourcing_info li {
    width: 100%;
    list-style: disc;
}
.outsourcing_titlel {
    font-size: 20px;
    line-height: 25px;
    color: #474747;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 18px;
    background: url(../images/b.jpg) no-repeat right center;
}
.outsourcing_text {
    padding:30px 0;
}
.outsourcing_text p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
/*硬件产品*/
.hardware_products {
    width: 100%;
    overflow: hidden;
}
.hardware_products li {
    padding: 0 5px;
    height: 292px;
    margin-bottom: 18px;
}
.hardware_products li a {
    width: 100%;
    display: block;
}
.hardware_products_photo img {
    border-radius: 4px;
    max-width: 100%;
    max-height: 199px;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}
.hardware_products_tl {
    width: 100%;

    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    padding: 18px 18px 10px 12px;
}
.hardware_products_text {
    float: left;
}
.hardware_products_text h1 {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.hardware_products_text p {
    font-size: 12px;
    color: #999999;
}
.hardware_products_more {
    width: 8px;
    height: 16px;
    background: url(../images/products_r.png) no-repeat center center;
    float: right;
    margin-top: 15px;
}
.hardware_products li a:hover {
    background-color: #33ace1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.hardware_products li a:hover .hardware_products_photo {
    text-align: center;
}
.hardware_products li a:hover .hardware_products_photo img {
    padding: 2px;
}
.hardware_products li a:hover .hardware_products_tl {
    padding: 18px 18px 28px 12px;
    height: 93px;
}
.hardware_products li a:hover .hardware_products_text h1,
.hardware_products li a:hover .hardware_products_text p{
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.hardware_products li a:hover .hardware_products_more {
    background: url(../images/products_rf.png) no-repeat center center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
/*分页*/
.page-pagination {
    width: 100%;
    margin: 45px 0px;
    text-align: center;
    clear: both;
}
.page-pagination a {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #5b5b5b;
    border: 1px solid #dbdbdb;
}
.page-pagination a:hover {
    color: #fff;
    border-color: #f3970d;
    background-color: #f3970d;
}
.page-pagination a.jp-disabled {
    cursor: no-drop;
    opacity: .5;
}
.page-pagination a.jp-disabled:hover {
    color: #5b5b5b;
    border-color: #dbdbdb;
    background-color: #fff;
}
.page-pagination a.jp-current {
    cursor: default;
    color: #fff;
    border-color: #f3970d;
    background-color: #f3970d;
}
.jp-previous,
.jp-previous.jp-disabled {
    display: none !important;
}

/*硬件产品详情*/
.hardware_products_xq {
    float: left;
    position: relative;
}
.hardware_products_xq p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    max-width: 819px;
}
.hardware_products_t {
    float: right;
    margin-left: 40px;
}
.hardware_products_ta {
    font-size: 18px;
    color: #474747;
    margin-bottom: 16px;
}
.hardware_products_tb {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    max-width: 325px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e2e2e2;
}
.products_nav {
    max-width: 325px;
    overflow: hidden;
    margin: 25px 0 30px;
}
.products_nav li {
    float: left;
    margin-bottom: 8px;
}
.products_nav li a {
    font-size: 12px;
    color: #fff;
    padding: 5px 8px;
    background-color: #cbcbcb;
    display: block;
}
.products_nav li a:hover {
    background-color: #0d86ca;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.products_nav li + li {
    margin-left: 8px;
}
.products_nav li:last-child {
    margin-left: 0;
}
.products_recommend {
    width: 100%;
}
.products_recommend li img {
    width: 160px;
    height:106px;
}
.products_recommend li:nth-child(2n-1) {
    float: left;
}
.products_recommend li:nth-child(2n) {
    float: right;
}
.roducts_recommend_t {
    font-size: 12px;
    color: #666666;
    margin-top: 12px;
}
/*翻页*/
.pager {
    width: 100%;
    margin: 60px 0 0;
    overflow: hidden;
    text-align: left;
}
.pager a {
    font-size: 14px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #999999;
    /*    border-bottom: 1px solid #dedede;*/
}
.pager a:hover,
.pager a:focus {
    color: #0d86ca;
}
.back {
    position: absolute;
    right: 0;
    bottom: 8px;
    float: right;
    font-size: 12px;
    line-height: 32px;
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: #fff;
    background-color: #0080c7;
}
.back .glyphicon-th-list {
    margin-right: 6px;
}

/*典型用户*/
.typical_usera_title {
    font-size: 20px;
    color: #474747;
    line-height: 25px;
    padding-bottom: 12px;
    background: url(../images/dxyh_x.jpg) no-repeat left bottom;
    margin-top: 50px;
}
.typical_usera_title a {
    font-size: 20px;
    color: #474747;
    float: right;
}
.typical_usera_title a:hover {
    color: #0080c7;
}
#typical_user,
#typical_usera {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 45px;
}
#typical_userb {
}
#typical_user li,
#typical_usera li,
#typical_userb li {
    text-align: center;
}
#typical_user li a p,
#typical_usera li a p,
#typical_userb li a p {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.bwzk_container .csSlideOuter .csPager.cSpg {
    display: none;
}

/*资源中心*/
.news_recommend_info {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 16px 20px;
}
.news_recommend_photo {
    float: left;
    position: relative;
    overflow: hidden;
}
.news_recommend_photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.news_recommend_photo img {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    -webkit-transition: opacity .3s,
    -webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity .3s,
    transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.news_recommend_pt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 1em;
    color: #fff;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none;
    overflow: hidden;
}
.news_recommend_photo:hover .news_recommend_pt {
    display: block;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.news_recommend {
    float: right;
}
.news_recommend li {
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 27px;
}
.news_recommend li:last-child {
    margin-bottom: 0;
}
.news_recommend_title {
    font-size: 16px;
    color: #666666;
    background: url(../images/sjx.jpg) -30px center no-repeat;
}
.news_recommend li:hover .news_recommend_title {
    background-position: left center;
    padding-left: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.news_recommend_date {
    font-size: 12px;
    color: #999999;
    margin: 8px auto 12px;
}
.news_recommend_t {
    max-width: 535px;
    font-size: 12px;
    color: #999999;
    text-indent: 2em;
}
.news_recommend_photo {
    /*display: none;*/
}
/*.news_recommend_photo.active {*/
    /*display: block;*/
/*}*/
.news_info {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}
.news_info li:nth-child(2n-1) {
    float: left;
}
.news_info li:nth-child(2n) {
    float: right;
}
.news_info li {
    padding: 18px 20px 36px 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}
.news_title {
    font-size: 16px;
    color: #666666;
    background: url(../images/ico_dec2.gif) -30px center no-repeat;
}
.news_date {
    font-size: 12px;
    color: #999999;
    margin: 8px auto 20px;
}
.news_t {
    font-size: 12px;
    color: #999999;
    max-width: 510px;
    text-indent: 2em;
    min-height: 32px;
}
.news_info li:hover .news_title {
    background-position: left center;
    padding-left: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.news_info li:hover {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow:0px 1px 15px 1px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.news_infoa {
    margin-top: 35px;
}
.news_infoa li {
    width: 100%;
    line-height: 35px;
    border-bottom: 1px solid #d9d9d9;
}
.news_infoa li a {
    width: 100%;
    overflow: hidden;
    display: block;
}
.news_infoa li .news_title {
    float: left;
}
.news_infoa li .news_date {
    float: right;
    margin: 0;
}
.news_infoa li:hover .news_title {
    background-position: left center;
    padding-left: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.news_details_info {
    max-width: 81%;
    position: relative;
}
.news_details_title {
    font-size: 26px;
    color: #666666;
    line-height: 45px;
    text-align: center;
}
.news_details_date {
    font-size: 14px;
    color: #999999;
    line-height: 45px;
    text-align: center;
}
.news_details_container {
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    padding: 22px 0px 40px;
}
.news_details_container p {
    font-size: 14px;
    color: #474747;
    line-height: 26px;
}


.recruit-yc-li table tr td {
    width: 50%;
}
.outsourcing_text p img{
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}

.uk_nav_up form dl {
    position: relative;
    margin-top: 17.5px;
}
.uk_nav_up form dl dt {
}
.uk_nav_up form dl dd {
    float: left;
}
.form-control {
    color: #666;
    font-weight: normal;
    padding: 6px 35px 6px 12px;
}
.btn_search {
    width: 18px;
    height:18px;
    padding:0;
    background-image: url(../images/btn_search.png);
    background-repeat: no-repeat;
    background-position: right 0;
    border: none;
    background-color: #fff;
    position: absolute;
    top: 9px;
    right: 9px;
    outline:none;
}
.xxx {
    width: 100%;
    margin-top: 20px;
}
.xxx.row {
    margin-right: -15px;
    margin-left: -15px
}
.xxx li {
    text-align: center;
    margin-bottom: 15px;
}
.xxx li p {
    line-height: 30px;
}